'Declaration Public Overloads Function SplitTask( _ ByVal durations() As System.Double _ ) As System.Boolean
public System.bool SplitTask( System.double[] durations )
Parameters
- durations
- The alternating durations of work and suspension periods. The array must contain the odd number of values.
Return Value
True if the splitting is succeeded, false otherwise.